.po {
  position: relative;
}
.info-wrap {
  border-bottom: 2px solid #eeeeee;
}
.info-wrap .num-box {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.info-wrap .num-box:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #ce1004;
}
.info-wrap .num-box:hover .num,
.info-wrap .num-box:hover .jia,
.info-wrap .num-box:hover .ti {
  color: #fff;
}
.info-wrap .num {
  line-height: 1;
  font-size: 48px;
  color: #ce170b;
}
.info-wrap .jia {
  line-height: 1;
  color: #ce170b;
  font-size: 45px;
}
.info-wrap .ti {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.solution-wrap {
  padding-top: 130px;
  background-image: url("../images/solution.png");
  background-position: center bottom;
  padding-bottom: 120px;
  background-repeat: no-repeat;
}
.solution-wrap .wrap {
  margin-top: 83px;
}
.solution-wrap .item {
  padding: 0 12px;
}
.solution-wrap .item .box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  padding: 30px 0 15px 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.solution-wrap .item .box:hover {
  background-color: #ce1004;
  box-shadow: 0 0 0px transparent;
  color: #fff;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.solution-wrap .item .box:hover .icon > img:first-child {
  opacity: 0;
}
.solution-wrap .item .box:hover .icon > img:last-child {
  opacity: 1;
}
.solution-wrap .item .icon {
  height: 100px;
  width: 100%;
}
.solution-wrap .item .icon > img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.solution-wrap .item .icon > img:first-child {
  opacity: 1;
}
.solution-wrap .item .icon > img:last-child {
  opacity: 0;
}
.solution-wrap .item .title {
  margin-top: 30px;
  line-height: 1;
  font-size: 20px;
}
.solution-wrap .item .subtitle {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
}
.solution-wrap .contact {
  margin-top: 60px;
  text-align: center;
}
.solution-wrap .contact .con-bot {
  width: 180px;
  line-height: 40px;
  text-align: center;
  background-color: #ce1004;
  color: #fff !important;
  display: inline-block;
}
.apply-wrap {
  margin-top: -45px;
}
.apply-wrap .wr {
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.apply-wrap .title-box {
  margin-top: 204px;
  color: #fff;
}
.apply-wrap .apply-sw .apply-img {
  width: 100%;
  height: auto;
}
.apply-wrap .apply-sw .sw-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 239px;
  background: url("../images/apply-bot.png") no-repeat right bottom;
  background-size: 45% 100%;
}
.apply-wrap .apply-sw .sw-content .rigth {
  padding-left: 10px;
}
.apply-wrap .apply-sw .sw-content .title {
  position: relative;
  z-index: 99;
  margin-top: 20px;
  font-size: 26px;
  letter-spacing: 3px;
}
.apply-wrap .apply-sw .sw-content .subtitle {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 3px;
}
.apply-wrap .apply-sw .sw-content .more {
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}
.apply-wrap .apply-page {
  position: relative;
  width: 120px;
  height: 48px;
  margin-top: 90px;
}
.apply-wrap .apply-page .apply-next,
.apply-wrap .apply-page .apply-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.apply-wrap .apply-page .apply-next::after,
.apply-wrap .apply-page .apply-prev::after {
  font-size: 36px;
}
.apply-wrap .apply-page .apply-next:hover,
.apply-wrap .apply-page .apply-prev:hover {
  color: #ce170b;
  background-color: #fff;
}
.apply-wrap .apply-page .apply-prev {
  left: 0;
}
.apply-wrap .apply-page .apply-next {
  right: 0;
}
.apply-wrap .sw-bot {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
.apply-wrap .apply-sw2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.apply-wrap .apply-sw2 .swiper-slide::after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.apply-wrap .apply-sw2 .swiper-slide-thumb-active::after {
  background-color: transparent;
}
.apply-wrap .speed {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.apply-wrap .speed.active::after {
  width: 100%;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}
.apply-wrap .speed::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background-color: #ce1004;
}
.pro-wrap .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background: url("../images/pro.jpg") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  height: 100%;
}
.pro-wrap .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background: url("../images/pro2.jpg") no-repeat;
  background-size: auto 100%;
  background-position: right top;
  height: 100%;
}
.pro-wrap .wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 114px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
.pro-wrap .title-box {
  padding-left: 95px;
}
.pro-wrap .list {
  margin-top: 57px;
}
.pro-wrap .list::after {
  display: block;
  content: "";
  clear: both;
}
.pro-wrap .list .more a {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.pro-wrap .list .item:nth-child(n+7) {
  display: none;
}
.pro-wrap .list .item,
.pro-wrap .list .more {
  padding-left: 95px;
  height: 60px;
  width: 400px;
  line-height: 60px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 0;
}
.pro-wrap .list .item > span,
.pro-wrap .list .more > span {
  position: relative;
  z-index: 2;
}
.pro-wrap .list .item::after,
.pro-wrap .list .more::after {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: -webkit-gradient(linear, right top, left top, color-stop(5%, #ce1004), to(transparent));
  background: linear-gradient(to left, #ce1004 5%, transparent);
}
.pro-wrap .list .item.active,
.pro-wrap .list .more.active {
  padding-left: 125px;
  letter-spacing: 3px;
  font-size: 20px;
  color: #fff;
}
.pro-wrap .list .item.active::after,
.pro-wrap .list .more.active::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.pro-wrap .list .item.active > span,
.pro-wrap .list .more.active > span {
  color: #fff;
}
.pro-wrap .pro {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.42105263%;
}
.pro-wrap .pro-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pro-wrap .pro-box .pro-list {
  padding-top: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  z-index: -1;
}
.pro-wrap .pro-box .pro-list.active {
  opacity: 1;
  z-index: 1;
}
.pro-wrap .pro-box .pro-list .box {
  border: 1px solid #dedede;
}
.pro-wrap .pro-box .pro-list .box:hover .box-bg {
  opacity: 1;
}
.pro-wrap .pro-box .pro-list .box:hover .pro-b img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.pro-wrap .pro-box .pro-list .box .pro-b {
  overflow: hidden;
}
.pro-wrap .pro-box .pro-list .box .pro-b img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-wrap .pro-box .pro-list .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-wrap .pro-box .pro-list .box .s-cir {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro-wrap .pro-box .pro-list .box:nth-child(1),
.pro-wrap .pro-box .pro-list .box:nth-child(2),
.pro-wrap .pro-box .pro-list .box:nth-child(3) {
  width: 39.13875598%;
  left: 0;
  position: absolute;
}
.pro-wrap .pro-box .pro-list .box:nth-child(4),
.pro-wrap .pro-box .pro-list .box:nth-child(5) {
  width: 59.23444976%;
  right: 0;
  position: absolute;
}
.pro-wrap .pro-box .pro-list .box:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-wrap .pro-box .pro-list .box:nth-child(3) {
  bottom: 0;
}
.pro-wrap .pro-box .pro-list .box:nth-child(4) {
  top: 0;
}
.pro-wrap .pro-box .pro-list .box:nth-child(5) {
  bottom: 0;
}
.why-wrap {
  padding-top: 100px;
  padding-bottom: 230px;
  background: url("../images/why2.png") no-repeat;
  background-size: auto 100%;
}
.why-wrap .why-pro {
  display: none;
}
.why-wrap .why-box {
  position: relative;
  height: 0;
  padding-bottom: 58%;
  width: 100%;
}
.why-wrap .why-sw {
  position: absolute;
  width: 100%;
  height: 100%;
}
.why-wrap .why-sw .swiper-slide {
  height: auto;
}
.why-wrap .why-sw .item {
  border-radius: 5px;
  background-color: #fff;
}
.why-wrap .why-sw .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
}
.why-wrap .why-sw .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.why-wrap .why-sw .con {
  padding: 20px;
}
.why-wrap .why-sw .con .icon {
  display: block;
}
.why-wrap .why-sw .con .title {
  margin: 20px 0;
  letter-spacing: 3px;
}
.why-wrap .why-sw .con .fh {
  font-size: 22px;
}
.why-wrap .why-sw .con .xie {
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
}
.why-wrap .why-sw .con .ti {
  font-size: 24px;
}
@media (min-width: 1630px) {
  .why-wrap {
    height: 860px;
    background: url("../images/why.png") no-repeat;
    background-size: auto 100%;
  }
  .why-wrap .why-pro {
    display: block;
    margin-left: 50px;
    margin-top: 50px;
  }
}
.about-wrap {
  margin-top: -145px;
  overflow: hidden;
  padding-bottom: 80px;
}
.about-wrap .bg {
  position: absolute;
  top: 145px;
  width: 100%;
  height: 100%;
  background: url("../images/about-bg.jpg") no-repeat left bottom;
  background-size: auto 100%;
  background-color: #fff !important;
}
.about-wrap .title {
  font-size: 54px;
  line-height: 145px;
  font-style: italic;
  color: #fff;
  height: 145px;
}
.about-wrap .title .hline {
  width: 160px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
.about-wrap .a-change {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 99.0881459%;
  overflow: hidden;
  border: 4px solid #ce1004;
}
.about-wrap .a-change > img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-wrap .a-change > img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.about-wrap .content {
  padding-top: 60px;
  padding-left: 90px;
}
.about-wrap .content .gsname {
  font-size: 24px;
  color: #aa0509;
  font-weight: bold;
}
.about-wrap .content .intr {
  margin-top: 40px;
  -webkit-line-clamp: 7;
  line-height: 2;
}
.about-wrap .content .more {
  margin-top: 40px;
}
.about-wrap .content .more .bot {
  width: 140px;
  height: 40px;
  display: block;
  border: 1px solid #ce1004;
  color: #ce170b !important;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-wrap .content .more .bot::after {
  display: block;
  content: "";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #ce170b;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-wrap .content .more .bot > span {
  position: relative;
  z-index: 2;
}
.about-wrap .content .more .bot:hover {
  color: #fff !important;
}
.about-wrap .content .more .bot:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.about-wrap .content .op {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.about-wrap .content .op .item {
  font-size: 18px;
  width: 23%;
  height: 45px;
  line-height: 45px;
  border: 1px #aaa solid;
  color: #aaa;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-wrap .content .op .item.active {
  background-color: #ce1004;
  color: #fff;
  border-color: #ce1004;
}
.about-wrap .content .op .item.active .icon > img:first-child {
  display: none;
}
.about-wrap .content .op .item.active .icon > img:last-child {
  display: block;
}
.about-wrap .content .op .item .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.about-wrap .content .op .item .icon > img:first-child {
  display: block;
}
.about-wrap .content .op .item .icon > img:last-child {
  display: none;
}
.about-wrap .content .op .contact {
  text-align: right;
}
.about-wrap .content .op .contact .lx {
  font-size: 18px;
}
.about-wrap .about-list {
  margin-top: 45px;
}
.about-wrap .about-list .about-sw:not(:first-child) {
  display: none;
}
.about-wrap .about-list .about-sw a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-wrap .about-list .about-sw a img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-wrap .about-list .about-sw .about-next,
.about-wrap .about-list .about-sw .about-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #aaa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.about-wrap .about-list .about-sw .about-next::after,
.about-wrap .about-list .about-sw .about-prev::after {
  font-size: 30px;
}
.about-wrap .about-list .about-sw .about-next:hover,
.about-wrap .about-list .about-sw .about-prev:hover {
  color: #bbb;
  background-color: #fff;
}
.about-wrap .about-list .about-sw .about-prev {
  left: 0;
}
.about-wrap .about-list .about-sw .about-next {
  right: 0;
}
.yzs-wrap {
  background: url("../images/yzs.jpg") no-repeat center center;
  background-size: auto 100%;
  color: #fff;
  position: relative;
}
.yzs-wrap .right-bg {
  position: absolute;
  width: 400px;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #ce170b;
}
.yzs-wrap .list {
  position: relative;
  margin: 60px 0;
}
.yzs-wrap .list > li {
  display: inline-block;
  padding-right: 75px;
}
.yzs-wrap .list > li:last-child {
  padding-right: 0;
}
.yzs-wrap .list > li:last-child i::after,
.yzs-wrap .list > li:last-child ::before {
  display: none;
}
.yzs-wrap .list > li i::before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -webkit-calc(100px + 45px);
  left: calc(100px + 45px);
  position: absolute;
}
.yzs-wrap .list > li i {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px #fff solid;
  border-radius: 50%;
  position: relative;
}
.yzs-wrap .list > li i::after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  left: 115px;
  width: 33px;
  position: absolute;
  background-color: #fff;
}
.yzs-wrap .list > li i:hover img {
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
.yzs-wrap .list > li i img {
  width: 60%;
  max-width: 60%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.yzs-wrap .list > li p {
  font-size: 14px;
  line-height: 1;
  margin-top: 28px;
}
.yzs-wrap .list .zx {
  font-size: 26px;
  width: 160px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  line-height: 40px;
  color: #ce1004;
  display: inline-block;
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(20px, -76px);
      -ms-transform: translate(20px, -76px);
          transform: translate(20px, -76px);
}
.yzs-wrap .right {
  background: url("../images/yzs2.png") no-repeat left center;
  background-size: auto 100%;
  padding-left: 90px;
  text-align: center;
}
.yzs-wrap .right .title {
  letter-spacing: 10px;
  font-size: 32px;
  padding-top: 47px;
  color: #feeb15;
  line-height: 1;
}
.yzs-wrap .right .subtitle {
  font-size: 18px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  letter-spacing: 5px;
}
.yzs-wrap .right .subtitle::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yzs-wrap .right .subtitle::before {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yzs-wrap .right .tel {
  font-size: 32px;
  margin-top: 10px;
  letter-spacing: 5px;
  line-height: 1;
}
.yzs-wrap .right .contact {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px #feeb15 solid;
  color: #feeb15 !important;
  text-align: center;
  margin-top: 20px;
  border-radius: 20px;
  letter-spacing: 3px;
  text-indent: 3px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.yzs-wrap .right .contact > span {
  position: relative;
  z-index: 3;
}
.yzs-wrap .right .contact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  content: "";
  background-color: #feeb15;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  border-radius: 20px;
}
.yzs-wrap .right .contact:hover {
  border: 1px #fff solid;
  color: #333 !important;
}
.yzs-wrap .right .contact:hover::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.coop-wrap .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background: url("../images/coop2.jpg") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  height: 100%;
}
.coop-wrap .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background: url("../images/coop.jpg") no-repeat;
  background-size: auto 100%;
  background-position: right top;
  height: 100%;
}
.coop-wrap .wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 114px;
  padding-bottom: 75px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
.coop-wrap .title-box {
  text-align: right;
  padding-right: 95px;
}
.coop-wrap .list {
  margin-top: 57px;
}
.coop-wrap .list::after {
  display: block;
  content: "";
  clear: both;
}
.coop-wrap .list .item {
  float: right;
  padding-right: 95px;
  height: 60px;
  width: 400px;
  line-height: 60px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
  margin: 5px 0;
}
.coop-wrap .list .item > span {
  position: relative;
  z-index: 2;
}
.coop-wrap .list .item::after {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #ce1004), to(transparent));
  background: linear-gradient(to right, #ce1004 5%, transparent);
}
.coop-wrap .list .item.active {
  padding-right: 125px;
  letter-spacing: 3px;
  font-size: 20px;
  color: #fff;
}
.coop-wrap .list .item.active::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.coop-wrap .list .item.active > span {
  color: #fff;
}
.coop-wrap .coop {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.42105263%;
}
.coop-wrap .coop-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.coop-wrap .coop-box .coop-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  z-index: -1;
}
.coop-wrap .coop-box .coop-list .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.coop-wrap .coop-box .coop-list .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.coop-wrap .coop-box .coop-list.active {
  opacity: 1;
  z-index: 1;
}
.coop-wrap .coop-box .coop-list .box {
  border: 1px solid #dedede;
  overflow: hidden;
}
.coop-wrap .coop-box .coop-list .box:hover .coop-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.coop-wrap .coop-box .coop-list .box .coop-img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.coop-wrap .coop-box .coop-list .box:nth-child(1) {
  width: 65.11627907%;
}
.coop-wrap .coop-box .coop-list .box:nth-child(2),
.coop-wrap .coop-box .coop-list .box:nth-child(3),
.coop-wrap .coop-box .coop-list .box:nth-child(4),
.coop-wrap .coop-box .coop-list .box:nth-child(5),
.coop-wrap .coop-box .coop-list .box:nth-child(6) {
  width: 30.69767442%;
  right: 0;
  position: absolute;
}
.coop-wrap .coop-box .coop-list .box:nth-child(2) {
  top: 0;
}
.coop-wrap .coop-box .coop-list .box:nth-child(3) {
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.coop-wrap .coop-box .coop-list .box:nth-child(4),
.coop-wrap .coop-box .coop-list .box:nth-child(5),
.coop-wrap .coop-box .coop-list .box:nth-child(6) {
  bottom: 0;
}
.coop-wrap .coop-box .coop-list .box:nth-child(5) {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coop-wrap .coop-box .coop-list .box:nth-child(6) {
  left: 0;
}
.coop-wrap .coop-box .coop-list .box .page {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 50px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
}
.coop-wrap .coop-box .coop-list .box .page .coop-next,
.coop-wrap .coop-box .coop-list .box .page .coop-prev {
  position: absolute;
  height: 100%;
  top: 22px;
  z-index: 10;
}
.coop-wrap .coop-box .coop-list .box .page .swiper-button-next:after,
.coop-wrap .coop-box .coop-list .box .page .swiper-button-prev:after {
  display: none;
}
.coop-wrap .coop-box .coop-list .box .page .coop-next {
  padding-right: 10px;
}
.coop-wrap .coop-box .coop-list .box .page .coop-prev {
  padding-left: 10px;
}
.coop-wrap .coop-box .coop-list .box .page .coop-page {
  color: #aaa;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
}
.coop-wrap .coop-box .coop-list .box .page .swiper-pagination-current {
  color: #ce170b;
}
.coop-wrap .coop-sw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coop-wrap .coop-sw .swiper-slide > img {
  height: 100%;
  width: 100%;
}
.case-wrap {
  padding-top: 110px;
  padding-bottom: 60px;
  overflow: hidden;
  background: url("../images/casemore.jpg") no-repeat bottom right;
}
.case-wrap .content {
  margin-top: 85px;
}
.case-wrap .content .big-box {
  padding-bottom: 36.84210526%;
}
.case-wrap .case-sw {
  position: absolute;
  width: 100%;
  height: 100%;
}
.case-wrap .swiper-slide {
  height: -webkit-calc((100% - 30px)/2);
  height: calc((100% - 30px)/2);
}
.case-wrap .swiper-slide:hover .bg-box {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.case-wrap .swiper-slide .bg-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  height: 95%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.case-wrap .swiper-slide .bg-box .name {
  position: absolute;
  top: 30%;
  width: 100%;
}
.case-wrap .swiper-slide .bg-box .more {
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.case-wrap .page {
  width: 140px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.case-wrap .page .case-next,
.case-wrap .page .case-prev {
  color: #666;
}
.case-wrap .page .case-next::after,
.case-wrap .page .case-prev::after {
  font-size: 28px;
}
.case-wrap .page .case-next:hover,
.case-wrap .page .case-prev:hover {
  color: #ce1004;
}
.case-wrap .page .ck-more {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px #aaaaaa solid;
  border-radius: 50%;
  position: relative;
}
.case-wrap .page .ck-more .nav-switch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sccj {
  background: url("../images/sccj.jpg") no-repeat center center;
  background-size: auto 100%;
  padding: 40px 0;
}
.sccj .title {
  color: #feeb15;
  font-size: 28px;
}
.sccj .subtitle {
  color: #fff;
  font-size: 66px;
  margin-top: 20px;
  line-height: 1;
  letter-spacing: 10px;
  font-weight: bold;
}
.sccj .contact {
  color: #feeb15 !important;
  font-size: 22px;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #ce1004;
  margin-top: 30px;
}
.news-wrap {
  overflow: hidden;
  padding-top: 150px;
  background: url("../images/news.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.news-wrap .content .news-change {
  margin-top: 80px;
}
.news-wrap .content .news-swiper .a {
  display: block;
}
.news-wrap .content .news-swiper .box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
}
.news-wrap .content .news-swiper .item {
  width: 25%;
  margin-right: 60px;
}
.news-wrap .content .news-swiper .n-top {
  background-color: #ffffff;
  padding: 30px;
}
.news-wrap .content .news-swiper .n-top .day {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
}
.news-wrap .content .news-swiper .n-top .time {
  margin-top: 10px;
  font-weight: bold;
}
.news-wrap .content .news-swiper .n-top .title {
  margin: 25px 0 20px 0;
  color: #666666;
  font-size: 18px;
}
.news-wrap .content .page {
  width: 140px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.news-wrap .content .page .n-next,
.news-wrap .content .page .n-prev {
  color: #666;
}
.news-wrap .content .page .n-next::after,
.news-wrap .content .page .n-prev::after {
  font-size: 28px;
}
.news-wrap .content .page .n-next:hover,
.news-wrap .content .page .n-prev:hover {
  color: #ce1004;
}
.news-wrap .content .page .ck-more {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  position: relative;
  background-color: #ce1004;
}
.news-wrap .content .page .ck-more .nav-switch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.contact-wrap {
  overflow: hidden;
  padding-bottom: 60px;
  background: url("../images/contact-bg.png") no-repeat left bottom;
  background-size: 55% auto;
  background-color: #f8f9fa;
}
.contact-wrap .top {
  margin-bottom: 20px;
}
.contact-wrap .top .subtitle {
  font-size: 24px;
  letter-spacing: 3px;
  font-style: italic;
  line-height: 36px;
  color: #ce1004;
}
.contact-wrap .content {
  padding-top: 20px;
}
.contact-wrap .content .form {
  margin-top: 20px;
}
.contact-wrap .content label {
  width: auto !important;
  padding-left: 20px !important;
  letter-spacing: 3px;
  color: #666;
}
.contact-wrap .content label img {
  height: 30px;
  padding-right: 1rem;
}
.contact-wrap .content textarea {
  height: 145px;
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-wrap .content .form-button {
  margin-left: 0;
  margin-right: 0;
}
.contact-wrap .content .label-op::after {
  opacity: 0;
}
.contact-wrap .content .button {
  padding-left: 45px;
  padding-right: 46px;
}
.contact-wrap .content .form .input-group,
.contact-wrap .content .form fieldset > .input-group {
  margin-bottom: 40px;
}
.contact-wrap .content .input {
  border: solid 1px #aaaaaa;
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-wrap .content .box {
  width: 100%;
  padding-bottom: 300/570*100%;
  height: 0;
  position: relative;
}
.contact-wrap .content .box > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact-wrap .content .box:hover .bg-box {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.contact-wrap .content .bg-box {
  -webkit-transition: all 0.5S linear;
  transition: all 0.5S linear;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  background-color: rgba(50, 219, 61, 0.5);
  width: 95%;
  height: 95%;
  opacity: 0;
}
.contact-wrap .content .text-box {
  width: 100%;
}
.contact-wrap .content .tel {
  font-size: 45px;
  text-shadow: #666 4px 4px 2px;
}
.contact-wrap .content .tel-hr {
  position: relative;
  font-size: 28px;
  text-shadow: #666 2px 2px 2px;
}
.contact-wrap .content .tel-hr::before,
.contact-wrap .content .tel-hr::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 0;
  border: 1px #ffffff solid;
  top: 25px;
}
.contact-wrap .content .tel-hr::before {
  left: 20%;
}
.contact-wrap .content .tel-hr::after {
  right: 20%;
}
.link-wrap {
  background-color: #10a155;
  color: #ffffff;
}
@media (max-width: 1800px) {
  .apply-wrap .apply-sw .sw-content {
    height: 215px;
  }
  .apply-wrap .apply-sw .sw-content .more,
  .apply-wrap .apply-sw .sw-content .subtitle {
    margin-top: 15px;
  }
}
@media (max-width: 1619px) {
  .why-wrap .why-sw .con .title {
    margin: 5px 0;
  }
  .why-wrap .why-sw .con .desc {
    font-size: 14px !important;
  }
  .apply-wrap .title-box {
    margin-top: 140px;
  }
  .apply-wrap .apply-sw .sw-content {
    height: 170px;
  }
  .apply-wrap .apply-sw .sw-content .title {
    margin-top: 10px;
    font-size: 24px;
  }
  .apply-wrap .apply-sw .sw-content .subtitle {
    margin-top: 5px;
    line-height: 1.5;
  }
  .apply-wrap .apply-sw .sw-content .more {
    margin-top: 8px;
  }
  .apply-wrap .sw-bot {
    height: 180px;
  }
  .apply-wrap .speed {
    bottom: 30px;
  }
  .pro-wrap .list .item,
  .pro-wrap .list .more,
  .coop-wrap .list .item {
    width: 270px;
  }
  .pro-wrap .title-box {
    padding-left: 40px;
  }
  .pro-wrap .list {
    margin-top: 40px;
  }
  .pro-wrap .list .item,
  .pro-wrap .list .more {
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
  }
  .pro-wrap .list .item.active,
  .pro-wrap .list .more.active {
    padding-left: 70px;
  }
  .coop-wrap .title-box {
    padding-right: 40px;
  }
  .coop-wrap .list {
    margin-top: 40px;
  }
  .coop-wrap .list .item {
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
  }
  .coop-wrap .list .item.active {
    padding-right: 70px;
  }
  .about-wrap {
    margin-top: -110px;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .about-wrap .bg {
    top: 110px;
  }
  .about-wrap .title {
    font-size: 54px;
    line-height: 110px;
    font-style: italic;
    color: #fff;
    height: 110px;
  }
  .about-wrap .content {
    padding-top: 35px;
    padding-left: 60px;
  }
  .about-wrap .content .intr {
    margin-top: 23px;
    line-height: 1.8;
  }
  .about-wrap .content .op .item {
    font-size: 16px;
  }
  .about-wrap .content .op .item .icon {
    padding-right: 10px;
  }
  .yzs-wrap {
    background-position: left center;
  }
  .yzs-wrap .list > li {
    padding-right: 50px;
  }
  .yzs-wrap .list > li i::before {
    left: -webkit-calc(80px + 32px);
    left: calc(80px + 32px);
  }
  .yzs-wrap .list > li i {
    width: 80px;
    height: 80px;
  }
  .yzs-wrap .list > li i::after {
    left: 85px;
  }
  .yzs-wrap .right .subtitle {
    margin-top: 20px;
  }
  .yzs-wrap .list {
    margin: 57px 0;
  }
  .news-wrap .content .news-swiper .item {
    width: 28%;
    margin-right: 40px;
  }
  .news-wrap .content .news-swiper .n-top .title {
    margin: 10px 0;
  }
  .news-wrap .content .news-swiper .n-top {
    padding: 20px;
  }
  .news-wrap .content .news-swiper .n-top .time {
    margin-top: 8px;
  }
  .news-wrap .content .news-swiper .n-top .day {
    font-size: 50px;
  }
}
@media (max-width: 1232px) {
  .news-wrap .content .news-swiper .n-top {
    background-color: #ffffff;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .info-wrap .ti {
    font-size: 16px;
  }
  .apply-wrap .sw-bot {
    height: 105px;
  }
  .apply-wrap .apply-sw .sw-content {
    height: 100px;
  }
  .apply-wrap .apply-sw .sw-content .title {
    font-size: 16px;
    margin-top: 5px;
  }
  .apply-wrap .apply-sw .sw-content .subtitle {
    font-size: 12px;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
  .apply-wrap .apply-sw .sw-content .more {
    font-size: 12px;
    margin-top: 3px;
  }
  .pro-wrap .wrap {
    padding-top: 60px;
  }
  .pro-wrap .list .item,
  .pro-wrap .list .more {
    padding-left: 0;
    text-align: center;
  }
  .pro-wrap .list .item.active,
  .pro-wrap .list .more.active,
  .pro-wrap .list .item:hover,
  .pro-wrap .list .more:hover {
    padding-left: 0;
  }
  .pro-wrap .list .item::after,
  .pro-wrap .list .more::after {
    border-radius: 30px;
  }
  .pro-wrap .list .item,
  .pro-wrap .list .more,
  .coop-wrap .list .item {
    width: 31.66666667%;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
  }
  .pro-wrap .bg1 {
    display: none;
  }
  .about-wrap .title {
    color: #ce170b;
  }
  .about-wrap .title .hline {
    background-color: #ce170b;
  }
  .yzs-wrap .right-bg {
    display: none;
  }
  .yzs-wrap .right {
    background: none;
    padding-left: 0;
    padding-bottom: 30px;
    background-color: #bc180d;
  }
  .yzs-wrap .list > li i {
    width: 70px;
    height: 70px;
  }
  .yzs-wrap .list > li i::before {
    left: -webkit-calc(80px + 25px);
    left: calc(80px + 25px);
  }
  .yzs-wrap .list > li i::after {
    left: 80px;
  }
  .coop-wrap .bg2 {
    display: none;
  }
  .coop-wrap .co1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
  .coop-wrap .co2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
  .coop-wrap .list .item {
    float: left;
  }
  .coop-wrap .list .item.active,
  .coop-wrap .list .item:hover {
    padding-right: 0;
  }
  .coop-wrap .co1,
  .pro-wrap .wrap .rigth {
    padding: 0 15px;
  }
  .case-wrap .content .big-box {
    padding-bottom: 51%;
  }
  .news-wrap .content .news-swiper .item {
    width: 50%;
    margin-right: 30px;
  }
}
@media (max-width: 760px) {
  .info-wrap .num,
  .info-wrap .jia {
    font-size: 20px;
  }
  .info-wrap .ti {
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .info-wrap .num-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .solution-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .solution-wrap .wrap {
    margin-top: 30px;
  }
  .solution-wrap .item .title {
    margin-top: 16px;
    font-size: 16px;
  }
  .solution-wrap .item .subtitle {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .solution-wrap .item {
    margin-top: 20px;
  }
  .solution-wrap .item .box {
    padding: 10px 0;
  }
  .solution-wrap .item .icon {
    height: 60px;
  }
  .solution-wrap .item .icon > img {
    max-height: 70%;
  }
  .solution-wrap .item .subtitle {
    margin-top: 15px;
  }
  .solution-wrap .contact {
    margin-top: 30px;
  }
  .apply-wrap {
    margin-top: 0;
  }
  .apply-wrap .apply-sw .sw-content {
    position: relative;
    background-color: #ce1004;
  }
  .apply-wrap .apply-page {
    margin-top: 0;
    display: none;
  }
  .apply-wrap .apply-sw .sw-content .rigth {
    width: 100%;
  }
  .apply-wrap .sw-bot {
    height: 56px;
    bottom: 100px;
  }
  .apply-wrap .speed {
    bottom: 5px;
  }
  .apply-wrap .title-box {
    margin-top: 20px;
  }
  .pro-wrap .wrap {
    padding-top: 30px;
  }
  .pro-wrap .list .item,
  .pro-wrap .list .more,
  .coop-wrap .list .item {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .pro-wrap .list .item.active,
  .pro-wrap .list .more.active,
  .pro-wrap .list .item:hover,
  .pro-wrap .list .more:hover {
    font-size: 18px;
  }
  .pro-wrap .list {
    margin-top: 20px;
  }
  .pro-wrap .list .item::after,
  .pro-wrap .list .more::after {
    background: -webkit-gradient(linear, right top, left top, from(#bc180d), to(#ff9d96));
    background: linear-gradient(to left, #bc180d, #ff9d96);
  }
  .why-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .why-wrap .why-box {
    padding-bottom: 119%;
  }
  .why-wrap .why-sw .swiper-slide {
    height: -webkit-calc(45% - 20px);
    height: calc(45% - 20px);
  }
  .why-wrap .why-sw .item {
    padding-bottom: 100%;
  }
  .why-wrap .why-sw .con .icon {
    width: 20px;
    height: auto;
  }
  .why-wrap .why-sw .con .ti {
    font-size: 16px;
  }
  .why-wrap .why-sw .con {
    padding: 10px;
  }
  .why-wrap .why-sw .con .xie,
  .why-wrap .why-sw .con .fh {
    font-size: 14px;
  }
  .why-wrap .why-sw .desc {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .why-wrap .why-box {
    margin-top: 20px;
  }
  .why-wrap .why-sw .con .title {
    letter-spacing: 0px;
    white-space: nowrap;
    margin: 0;
  }
  .about-wrap {
    margin-top: -50px;
    padding-bottom: 30px;
  }
  .about-wrap .title .hline {
    width: 70px;
  }
  .about-wrap .title {
    font-size: 30px;
    line-height: 1.5;
    height: auto;
  }
  .about-wrap .content {
    padding-left: 0px;
    padding-top: 20px;
  }
  .about-wrap .content .gsname {
    font-size: 20px;
  }
  .about-wrap .content .intr {
    margin-top: 15px;
  }
  .about-wrap .content .op .item {
    width: 47%;
    margin-top: 10px;
  }
  .about-wrap .content .op {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about-wrap .content .intr {
    font-size: 14px !important;
  }
  .about-wrap .content .more {
    margin-top: 20px;
  }
  .about-wrap .content .op {
    margin-top: 20px;
  }
  .about-wrap .about-list {
    margin-top: 30px;
  }
  .yzs-wrap .list > li i {
    width: 60px;
    height: 60px;
  }
  .yzs-wrap .list > li,
  .yzs-wrap .list > li:last-child {
    padding-right: 41px;
  }
  .yzs-wrap .list > li i::after {
    left: 63px;
  }
  .yzs-wrap .list > li i::before {
    left: -webkit-calc(63px + 25px);
    left: calc(63px + 25px);
  }
  .yzs-wrap .list > li p {
    margin-top: 10px;
  }
  .yzs-wrap .right .tel {
    font-size: 18px;
  }
  .yzs-wrap .right .contact {
    font-size: 16px;
  }
  .list li {
    padding: 1em 0;
  }
  .yzs-wrap .list {
    margin: 20px 0;
  }
  .yzs-wrap .right .title {
    font-size: 20px;
    padding-top: 20px;
  }
  .case-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coop-wrap .list .item {
    padding-right: 0;
    width: 45%;
  }
  .coop-wrap .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coop-wrap .list {
    margin-top: 20px;
  }
  .coop-wrap .list .item::after {
    background: -webkit-gradient(linear, left top, right top, from(#bc180d), to(#ff9d96));
    background: linear-gradient(to right, #bc180d, #ff9d96);
  }
  .coop-wrap .coop-box .coop-list .box .page {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .case-wrap .content {
    margin-top: 20px;
  }
  .case-wrap .content .big-box {
    padding-bottom: 80%;
  }
  .case-wrap .page {
    margin-top: 20px;
  }
  .sccj .title {
    font-size: 20px;
  }
  .sccj .subtitle {
    font-size: 20px;
    line-height: 1.5;
  }
  .sccj .contact {
    font-size: 16px;
  }
  .news-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-wrap .content .news-change {
    margin-top: 30px;
  }
  .news-wrap .content .news-swiper .item {
    width: 80%;
  }
  .news-wrap .content .news-swiper .n-top .day {
    font-size: 30px;
  }
  .news-wrap .content .news-swiper .n-top .title {
    font-size: 16px;
    margin: 8px 0;
    letter-spacing: 1px;
  }
  .news-wrap .content .news-swiper .n-top .desc {
    letter-spacing: 1px;
  }
}
